InvertShape
TheInvertShape
method modifies the specified shape by applying the inverse of this transform.
void InvertShape (in ODShape shape);
shape
- A reference to the shape object whose geometric representation is to be modified by the inverse of this transform.
DISCUSSION
This method is operationally equivalent to theInverseTransform
method of the specified shape.OVERRIDING
If you subclassODTransform
to create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).SEE ALSO
TheODShape::InverseTransform
method (page 642).
TheODTransform::TransformShape
method (page 786).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help